Autogenerated HTML docs for v1.5.0-rc2-72-gdf391 
diff --git a/git-pack-redundant.txt b/git-pack-redundant.txt index be2c64e..94bbea0 100644 --- a/git-pack-redundant.txt +++ b/git-pack-redundant.txt 
@@ -21,7 +21,7 @@  following command useful when wanting to remove packs which contain unreachable  objects.   -git-fsck-objects --full --unreachable | cut -d ' ' -f3 | \ +git-fsck --full --unreachable | cut -d ' ' -f3 | \  git-pack-redundant --all | xargs rm    OPTIONS